Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 25, 2010 @ 02:20
    Kurniawan Kurniawan
    0

    APP_Data/{Guid}/Package.xml

    Hi,

    Anyone knows what is the use of APP_Data/{Guid}/Package.xml

    Can I delete it from the APP_Data Folder ?

     

    Is there any documentation explaining structure of umbraco Folder ?

     

    Thanks

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 25, 2010 @ 09:03
    Richard Soeteman
    0

    When you install a package the package definition is stored in this folder.When you go the the Developer section and open the installed packages menu you see all the installed packages. So when you delete the folder it isn't visible anymore in the installed packages menu, other than that it is save to delete the folders.

    Cheers,

    Richard

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Aug 25, 2010 @ 09:38
    Stefan Kip
    1

    It is completely safe to remove those GUID folders. Unlike Richard claims, they don't even disappear from the Installed Packages tree/menu (well, at least they don't disappear here ;-) ), because app_data\packages\installed\installedPackages.config is used there.

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Aug 25, 2010 @ 09:43
    Aaron Powell
    0

    It does mean you may not be able to uninstall the package though

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Aug 25, 2010 @ 09:46
    Stefan Kip
    0

    May or may not... That's the question ;-)

    If I remember correctly it's still possible to uninstall packages (all information is stored in the installedPackages.config).

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Aug 25, 2010 @ 09:48
    Aaron Powell
    0

    If the person has custom package actions for uninstall you may hit a problem, as you'll have deleted the package manifest file. Unless all that info is also in the installedPackages.config file

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Aug 25, 2010 @ 09:50
    Stefan Kip
    0

    @slace

    As far as I can see all information is in the installedPackages.config.
    Let's me wonder though wether these GUID folders are still needed for anything and if not, why they aren't killed in Umbraco core yet.

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Aug 25, 2010 @ 10:08
    Aaron Powell
    0

    I'm the last person you'd want poking around the packaging section of Umbraco since I've only created 1 package and hardly ever install a package :P

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 25, 2010 @ 10:40
    Richard Soeteman
    0

    @Kipusoup you are right about that, but you can't uninstall a package indeed because the complete package definition is stored in that and used for the Uninstall process.

    Cheers,

    Richard

  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 25, 2010 @ 12:03
    Kurniawan Kurniawan
    0

    Yes, I thought everything is stored in installedPackages.config

    but if it is used for uninstall, then means we should keep it..

    Anyone know when doing uninstall, It doesn't clear my dashboard.config ?

    Because I have to clean it up myself.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 25, 2010 @ 12:47
    Richard Soeteman
    0

    Regaring the uninstall and dashoboard.config I think the Uninstall option is not implemented for the Dashboard Package action, please fire a bug at codeplex

    Cheers,

    Richard

  • Connie DeCinko 931 posts 1160 karma points
    Feb 24, 2011 @ 22:53
    Connie DeCinko
    0

    I don't see a clear answer here... can we safely delete these files/folders?  We have several hundred on our production server even though we only have a dozen or so packages installed.

     

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Feb 25, 2011 @ 08:38
    Stefan Kip
    0

    I removed them all in our umbraco Website Starter pack and it's no problem at all. Un-installing existing and installing new packages works fine :-)

Please Sign in or register to post replies

Write your reply to:

Draft